object OutputOptionsDialog: TOutputOptionsDialog Left = 335 Top = 20 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Save as JPG options:' ClientHeight = 164 ClientWidth = 294 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 47 Top = 128 Width = 60 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 111 Top = 128 Width = 60 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object RadioGroup1: TRadioGroup Left = 10 Top = 8 Width = 121 Height = 106 Caption = ' Format: ' TabOrder = 2 end object standard: TRadioButton Left = 24 Top = 54 Width = 65 Height = 17 HelpContext = 202 Caption = 'Baseline' TabOrder = 3 end object progressive: TRadioButton Left = 24 Top = 80 Width = 81 Height = 17 HelpContext = 203 Caption = 'Progressive' TabOrder = 4 end object optimal: TRadioButton Left = 24 Top = 28 Width = 73 Height = 17 HelpContext = 201 Caption = 'Optimized' Checked = True TabOrder = 5 TabStop = True end object BildetekstCheckBox: TCheckBox Left = 150 Top = 96 Width = 105 Height = 17 HelpContext = 204 Caption = 'Save image text' TabOrder = 6 end object GroupBox1: TGroupBox Left = 146 Top = 8 Width = 135 Height = 56 Caption = ' Compression:' TabOrder = 7 object Label1: TLabel Left = 12 Top = 24 Width = 41 Height = 13 Caption = 'Quality =' end object quality: TEdit Left = 80 Top = 22 Width = 28 Height = 21 HelpContext = 200 TabOrder = 0 Text = '85' OnExit = qualityExit OnKeyPress = qualityKeyPress end object UpDown1: TUpDown Left = 108 Top = 22 Width = 15 Height = 21 Associate = quality Min = 0 Increment = 5 Position = 85 TabOrder = 1 Wrap = False end end object GrayscaleCheckBox: TCheckBox Left = 150 Top = 74 Width = 113 Height = 18 HelpContext = 207 Caption = 'Save as grayscale' TabOrder = 8 end object DefaultButton: TButton Left = 216 Top = 128 Width = 60 Height = 25 Caption = 'Defaults' TabOrder = 9 OnClick = DefaultButtonClick end end